Document Creation
Identifier:
org.eclipse.core.filebuffers.documentCreation
Since:
3.0
Description:
This extension point is interesting for your if you want the file buffer manager to instantiate a specific document implementation for certain file extensions.
Configuration Markup:
<!ELEMENT extension (factory)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT factory EMPTY>
<!ATTLIST factory
class CDATA #REQUIRED
extensions CDATA #REQUIRED>
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]